Skip to content

bgrewell/SockPuppet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Sock Puppet

Purpose

Sock Puppet is a tool for creating custom snaps that execute user specified commands or shell scripts using the dirty sock vulnerability in the snapd api. This tool works by taking the users specified command or script and packaging it as a snap (essentially just a squashfs with some meta files) and uses the install hook like Chris Moberly's original code to execute the commands under the context of root.

vulnerable versions:
  start: 2.28
  end: 2.37
  
tags:
  - Dirty Sock
  - snapd
  - usn-3887-1
  - chris moberly
  - cve-2019-7304

About

Sock Puppet is a tool for creating custom snap packages that leverage the dirtysock vulnerability to exploit snapd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages